TQ3AttributeInheritMethod
You must define an attribute inheritance method to manage inheritance of your custom attribute type.
typedef TQ3Boolean TQ3AttributeInheritMethod;DESCRIPTION
YourTQ3AttributeInheritMethod
function should return a Boolean value that indicates whether attributes of your custom type should be inherited (kQ3True
) or not (kQ3False
).